ComponentOne Xamarin Edition
Item Property (GridRowColCollection<T>)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridRowColCollection<T> Class : Item Property
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
public T this[ 
   int index
]; {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members